home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-07-10 | 31.9 KB | 1,190 lines |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR Free Software Foundation, Inc.
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- #, fuzzy
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "POT-Creation-Date: 1996-07-09 22:52-0500\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=CHARSET\n"
- "Content-Transfer-Encoding: ENCODING\n"
-
- #: src/chgrp.c:116
- #, c-format
- msgid "group of %s changed to %s\n"
- msgstr ""
-
- #: src/chgrp.c:118
- #, c-format
- msgid "group of %s retained as %s\n"
- msgstr ""
-
- #: src/chgrp.c:130
- msgid "can not change to null group"
- msgstr ""
-
- #: src/chgrp.c:142
- msgid "group number"
- msgstr ""
-
- #: src/chgrp.c:189
- #, c-format
- msgid "you are not a member of group `%s'"
- msgstr ""
-
- #: src/chgrp.c:194
- #, c-format
- msgid "%s: invalid group number"
- msgstr ""
-
- #: src/chgrp.c:237 src/chmod.c:178 src/chmod.c:323 src/chown.c:200
- #: src/cp.c:521 src/cp.c:668 src/cp.c:1175 src/du.c:574 src/install.c:270
- #: src/ln.c:136 src/ln.c:264 src/mkdir.c:143 src/mkfifo.c:127 src/mknod.c:130
- #: src/mv.c:285 src/mvdir.c:160
- msgid "virtual memory exhausted"
- msgstr ""
-
- #: src/chgrp.c:267 src/chmod.c:208 src/chown.c:230 src/cp-aux.c:35
- #: src/dd.c:1086 src/df.c:458 src/dircolors.c:102 src/du.c:215
- #: src/install.c:582 src/ln.c:315 src/ls.c:2683 src/mkdir.c:66 src/mkfifo.c:56
- #: src/mknod.c:61 src/mv.c:374 src/mvdir.c:77 src/rm.c:527 src/rmdir.c:82
- #: src/sync.c:35 src/touch.c:244
- #, c-format
- msgid "Try `%s --help' for more information.\n"
- msgstr ""
-
- #: src/chgrp.c:271
- #, c-format
- msgid "Usage: %s [OPTION]... GROUP FILE...\n"
- msgstr ""
-
- #: src/chgrp.c:272
- msgid ""
- "Change the group membership of each FILE to GROUP.\n"
- "\n"
- " -c, --changes like verbose but report only when a change is "
- "made\n"
- " -h, --no-dereference affect symbolic links instead of any referenced "
- "file\n"
- " (available only on systems with lchown system "
- "call)\n"
- " -f, --silent, --quiet suppress most error messages\n"
- " -v, --verbose output a diagnostic for every file processed\n"
- " -R, --recursive change files and directories recursively\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- msgstr ""
-
- #: src/chgrp.c:336 src/chmod.c:314 src/chown.c:312 src/install.c:260
- #: src/mkdir.c:131 src/mkfifo.c:116 src/mknod.c:138 src/rm.c:173
- #: src/rmdir.c:135
- msgid "too few arguments"
- msgstr ""
-
- #: src/chgrp.c:343 src/chown.c:319
- msgid "--no-dereference (-h) is not supported on this system"
- msgstr ""
-
- #: src/chmod.c:89
- #, c-format
- msgid "mode of %s changed to %04o (%s)\n"
- msgstr ""
-
- #: src/chmod.c:92
- #, c-format
- msgid "mode of %s retained as %04o (%s)\n"
- msgstr ""
-
- #: src/chmod.c:212
- #, c-format
- msgid ""
- "Usage: %s [OPTION]... MODE[,MODE]... FILE...\n"
- " or: %s [OPTION]... OCTAL_MODE FILE...\n"
- msgstr ""
-
- #: src/chmod.c:217
- msgid ""
- "\n"
- " -c, --changes like verbose but report only when a change is "
- "made\n"
- " -f, --silent, --quiet suppress most error messages\n"
- " -v, --verbose output a diagnostic for every file processed\n"
- " -R, --recursive change files and directories recursively\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- "\n"
- "Each MODE is one or more of the letters ugoa, one of the symbols +-= and\n"
- "one or more of the letters rwxXstugo.\n"
- msgstr ""
-
- #: src/chmod.c:279 src/chmod.c:321 src/mkfifo.c:125 src/mknod.c:128
- msgid "invalid mode"
- msgstr ""
-
- #: src/chown.c:117
- #, c-format
- msgid "owner of %s changed to "
- msgstr ""
-
- #: src/chown.c:119
- #, c-format
- msgid "owner of %s retained as "
- msgstr ""
-
- #: src/chown.c:234
- #, c-format
- msgid ""
- "Usage: %s [OPTION]... OWNER[.[GROUP]] FILE...\n"
- " or: %s [OPTION]... .[GROUP] FILE...\n"
- msgstr ""
-
- #: src/chown.c:239
- msgid ""
- "Change the owner and/or group of each FILE to OWNER and/or GROUP.\n"
- "\n"
- " -c, --changes be verbose whenever change occurs\n"
- " -h, --no-dereference affect symbolic links instead of any referenced "
- "file\n"
- " (available only on systems with lchown system "
- "call)\n"
- " -f, --silent, --quiet suppress most error messages\n"
- " -v, --verbose explain what is being done\n"
- " -R, --recursive change files and directories recursively\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- "\n"
- "Owner is unchanged if missing. Group is unchanged if missing, but changed\n"
- "to login group if implied by a period. A colon may replace the period.\n"
- msgstr ""
-
- #: src/cp-aux.c:39 src/mv.c:378
- #, c-format
- msgid ""
- "Usage: %s [OPTION]... SOURCE DEST\n"
- " or: %s [OPTION]... SOURCE... DIRECTORY\n"
- msgstr ""
-
- #: src/cp-aux.c:44
- msgid ""
- "Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n"
- "\n"
- " -a, --archive same as -dpR\n"
- " -b, --backup make backup before removal\n"
- " -d, --no-dereference preserve links\n"
- " -f, --force remove existing destinations, never prompt\n"
- " -i, --interactive prompt before overwrite\n"
- " -l, --link link files instead of copying\n"
- " -p, --preserve preserve file attributes if possible\n"
- " -r copy recursively, non-directories as files\n"
- " --sparse=WHEN control creation of sparse files\n"
- " -s, --symbolic-link make symbolic links instead of copying\n"
- " -u, --update copy only older or brand new files\n"
- " -v, --verbose explain what is being done\n"
- " -x, --one-file-system stay on this file system\n"
- " -P, --parents append source path to DIRECTORY\n"
- " -R, --recursive copy directories recursively\n"
- " -S, --suffix=SUFFIX override the usual backup suffix\n"
- " -V, --version-control=WORD override the usual version control\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- "\n"
- "By default, sparse SOURCE files are detected by a crude heuristic and the\n"
- "corresponding DEST file is made sparse as well. That is the behavior\n"
- "selected by --sparse=auto. Specify --sparse=always to create a sparse DEST\n"
- "file whenever the SOURCE file contains a long enough sequence of zero "
- "bytes.\n"
- "Use --sparse=never to inhibit creation of sparse files.\n"
- "\n"
- msgstr ""
-
- #: src/cp-aux.c:74 src/install.c:610 src/ln.c:342 src/mv.c:397
- msgid ""
- "The backup suffix is ~, unless set with SIMPLE_BACKUP_SUFFIX. The\n"
- "version control may be set with VERSION_CONTROL, values are:\n"
- "\n"
- " t, numbered make numbered backups\n"
- " nil, existing numbered if numbered backups exist, simple otherwise\n"
- " never, simple always make simple backups\n"
- msgstr ""
-
- #: src/cp-aux.c:82
- msgid ""
- "\n"
- "As a special case, cp makes a backup of SOURCE when the force and backup\n"
- "options are given and SOURCE and DEST are the same name for an existing,\n"
- "regular file.\n"
- msgstr ""
-
- #: src/cp.c:246
- msgid "sparse type"
- msgstr ""
-
- #: src/cp.c:304 src/ln.c:406
- msgid "symbolic links are not supported on this system"
- msgstr ""
-
- #: src/cp.c:343
- msgid "cannot make both hard and symbolic links"
- msgstr ""
-
- #: src/cp.c:402 src/mv.c:477
- msgid "missing file arguments"
- msgstr ""
-
- #: src/cp.c:404
- msgid "missing destination file"
- msgstr ""
-
- #: src/cp.c:503
- msgid "when preserving paths, last argument must be a directory"
- msgstr ""
-
- #: src/cp.c:553
- msgid "when copying multiple files, last argument must be a directory"
- msgstr ""
-
- #: src/cp.c:603
- #, c-format
- msgid "%s: omitting directory"
- msgstr ""
-
- #: src/cp.c:628 src/install.c:384 src/ln.c:215 src/mv.c:251
- #, c-format
- msgid "`%s' and `%s' are the same file"
- msgstr ""
-
- #: src/cp.c:638
- #, c-format
- msgid "%s: cannot overwrite directory with non-directory"
- msgstr ""
-
- #: src/cp.c:653
- #, c-format
- msgid "%s: overwrite `%s', overriding mode %04o? "
- msgstr ""
-
- #: src/cp.c:657
- #, c-format
- msgid "%s: overwrite `%s'? "
- msgstr ""
-
- #: src/cp.c:677
- #, c-format
- msgid "backing up `%s' would destroy source; `%s' not copied"
- msgstr ""
-
- #: src/cp.c:689 src/ln.c:272 src/mv.c:293
- #, c-format
- msgid "cannot backup `%s'"
- msgstr ""
-
- #: src/cp.c:717
- #, c-format
- msgid "cannot remove old link to `%s'"
- msgstr ""
-
- #: src/cp.c:757
- #, c-format
- msgid "%s: cannot copy cyclic symbolic link"
- msgstr ""
-
- #: src/cp.c:775
- #, c-format
- msgid "cannot create directory `%s'"
- msgstr ""
-
- #: src/cp.c:812
- #, c-format
- msgid "%s: can make relative symbolic links only in current directory"
- msgstr ""
-
- #: src/cp.c:822
- #, c-format
- msgid "cannot create link `%s'"
- msgstr ""
-
- #: src/cp.c:843
- #, c-format
- msgid "cannot create fifo `%s'"
- msgstr ""
-
- #: src/cp.c:857
- #, c-format
- msgid "cannot create special file `%s'"
- msgstr ""
-
- #: src/cp.c:872
- #, c-format
- msgid "cannot read symbolic link `%s'"
- msgstr ""
-
- #: src/cp.c:879
- #, c-format
- msgid "cannot create symbolic link `%s'"
- msgstr ""
-
- #: src/cp.c:887
- #, c-format
- msgid "%s: unknown file type"
- msgstr ""
-
- #: src/cp.c:945 src/ln.c:306 src/mv.c:338
- #, c-format
- msgid "cannot un-backup `%s'"
- msgstr ""
-
- #: src/cp.c:1022 src/mkdir.c:156
- #, c-format
- msgid "cannot make directory `%s'"
- msgstr ""
-
- #: src/cp.c:1033 src/cp.c:1054
- #, c-format
- msgid "`%s' exists but is not a directory"
- msgstr ""
-
- #: src/cp.c:1238
- #, c-format
- msgid "cannot create regular file `%s'"
- msgstr ""
-
- #: src/dircolors.c:106
- #, c-format
- msgid "Usage: %s [OPTION]... [FILE]\n"
- msgstr ""
-
- #: src/dircolors.c:107
- msgid ""
- "Output commands to set the LS_COLOR environment variable.\n"
- "\n"
- "Determine format of output:\n"
- " -b, --sh, --bourne-shell output Bourne shell code to set LS_COLOR\n"
- " -c, --csh, --c-shell output C shell code to set LS_COLOR\n"
- " -p, --print-data-base output defaults\n"
- " -h, --help display this help and exit\n"
- " --version output version information and exit\n"
- msgstr ""
-
- #: src/dircolors.c:127
- msgid "Memory exhausted"
- msgstr ""
-
- #: src/dircolors.c:358
- #, c-format
- msgid "%s:%lu: unrecognized keyword `%s'"
- msgstr ""
-
- #: src/dircolors.c:450
- msgid ""
- "the options to output dircolors' internal database and\n"
- "to select a shell syntax are mutually exclusive"
- msgstr ""
-
- #: src/dircolors.c:458
- msgid ""
- "no FILE arguments may be used with the option to output\n"
- "dircolors' internal database"
- msgstr ""
-
- #: src/dircolors.c:465 src/mknod.c:140
- msgid "too many arguments"
- msgstr ""
-
- #: src/dircolors.c:487
- msgid "no SHELL environment variable, and no shell type option given"
- msgstr ""
-
- #: src/dircolors.c:521
- msgid "write error"
- msgstr ""
-
- #: src/dd.c:358 src/dd.c:362 src/dircolors.c:524
- msgid "standard input"
- msgstr ""
-
- #: src/dd.c:361
- #, c-format
- msgid "%s is closed"
- msgstr ""
-
- #: src/dd.c:363 src/dd.c:383
- msgid "standard output"
- msgstr ""
-
- #: src/dd.c:832
- #, c-format
- msgid "unrecognized option `%s'"
- msgstr ""
-
- #: src/dd.c:847
- #, c-format
- msgid "invalid number `%s'"
- msgstr ""
-
- #: src/dd.c:871
- #, c-format
- msgid "unrecognized option `%s=%s'"
- msgstr ""
-
- #: src/dd.c:957
- #, c-format
- msgid "%s: invalid conversion"
- msgstr ""
-
- #: src/dd.c:977
- msgid ""
- "only one conv in {ascii,ebcdic,ibm}, {lcase,ucase}, {block,unblock}, "
- "{unblock,sync}"
- msgstr ""
-
- #: src/dd.c:1039
- #, c-format
- msgid "%u+%u records in\n"
- msgstr ""
-
- #: src/dd.c:1040
- #, c-format
- msgid "%u+%u records out\n"
- msgstr ""
-
- #: src/dd.c:1044
- msgid "truncated record"
- msgstr ""
-
- #: src/dd.c:1045
- msgid "truncated records"
- msgstr ""
-
- #: src/dd.c:1090
- #, c-format
- msgid "Usage: %s [OPTION]...\n"
- msgstr ""
-
- #: src/dd.c:1091
- msgid ""
- "Copy a file, converting and formatting according to the options.\n"
- "\n"
- " bs=BYTES force ibs=BYTES and obs=BYTES\n"
- " cbs=BYTES convert BYTES bytes at a time\n"
- " conv=KEYWORDS convert the file as per the comma separated keyword list\n"
- " count=BLOCKS copy only BLOCKS input blocks\n"
- " ibs=BYTES read BYTES bytes at a time\n"
- " if=FILE read from FILE instead of stdin\n"
- " obs=BYTES write BYTES bytes at a time\n"
- " of=FILE write to FILE instead of stdout, don't truncate file\n"
- " seek=BLOCKS skip BLOCKS obs-sized blocks at start of output\n"
- " skip=BLOCKS skip BLOCKS ibs-sized blocks at start of input\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- "\n"
- "BYTES may be suffixed: by xM for multiplication by M, by c for x1,\n"
- "by w for x2, by b for x512, by k for x1024. Each KEYWORD may be:\n"
- "\n"
- " ascii from EBCDIC to ASCII\n"
- " ebcdic from ASCII to EBCDIC\n"
- " ibm from ASCII to alternated EBCDIC\n"
- " block pad newline-terminated records with spaces to cbs-size\n"
- " unblock replace trailing spaces in cbs-size records with newline\n"
- " lcase change upper case to lower case\n"
- " ucase change lower case to upper case\n"
- " swab swap every pair of input bytes\n"
- " noerror continue after read errors\n"
- " sync pad every input block with NULs to ibs-size\n"
- msgstr ""
-
- #: src/df.c:400
- #, c-format
- msgid "cannot find mount point for %s"
- msgstr ""
-
- #: src/df.c:462 src/du.c:219 src/ls.c:2687
- #, c-format
- msgid "Usage: %s [OPTION]... [FILE]...\n"
- msgstr ""
-
- #: src/df.c:463
- msgid ""
- "Show information about the filesystem on which each FILE resides,\n"
- "or all filesystems by default.\n"
- "\n"
- " -a, --all include filesystems having 0 blocks\n"
- " -h, --human-readable print sizes in human readable format (e.g. 1K 234M "
- "2G)\n"
- " -i, --inodes list inode information instead of block usage\n"
- " -k, --kilobytes use 1024-byte blocks, not 512 despite "
- "POSIXLY_CORRECT\n"
- " -m, --megabytes use 1024K-byte blocks, not 512 despite "
- "POSIXLY_CORRECT\n"
- " --no-sync do not invoke sync before getting usage info "
- "(default)\n"
- " --sync invoke sync before getting usage info\n"
- " -t, --type=TYPE limit listing to filesystems of type TYPE\n"
- " -x, --exclude-type=TYPE limit listing to filesystems not of type TYPE\n"
- " -v (ignored)\n"
- " -P, --portability use the POSIX output format\n"
- " -T, --print-type print filesystem type\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- msgstr ""
-
- #: src/df.c:581
- msgid ""
- "the option for counting 1MB blocks may not be used\n"
- "with the portable output format"
- msgstr ""
-
- #: src/df.c:586
- msgid ""
- "the option for printing with adaptive units may not be used\n"
- "with the portable output format"
- msgstr ""
-
- #: src/df.c:601
- #, c-format
- msgid "file system type `%s' both selected and excluded"
- msgstr ""
-
- #: src/df.c:641
- msgid "cannot read table of mounted filesystems"
- msgstr ""
-
- #: src/du.c:220
- msgid ""
- "Summarize disk usage of each FILE, recursively for directories.\n"
- "\n"
- " -a, --all write counts for all files, not just directories\n"
- " -b, --bytes print size in bytes\n"
- " -c, --total produce a grand total\n"
- " -h, --human-readable print sizes in human readable format (e.g. 1K 234M "
- "2G)\n"
- " -k, --kilobytes use 1024-byte blocks, not 512 despite "
- "POSIXLY_CORRECT\n"
- " -l, --count-links count sizes many times if hard linked\n"
- " -m, --megabytes use 1024K-byte blocks, not 512 despite "
- "POSIXLY_CORRECT\n"
- " -s, --summarize display only a total for each argument\n"
- " -x, --one-file-system skip directories on different filesystems\n"
- " -D, --dereference-args dereference PATHs when symbolic link\n"
- " -L, --dereference dereference all symbolic links\n"
- " -S, --separate-dirs do not include size of subdirectories\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- msgstr ""
-
- #: src/du.c:345
- msgid "cannot both summarize and show all entries"
- msgstr ""
-
- #: src/du.c:429
- msgid "current directory"
- msgstr ""
-
- #: src/du.c:464 src/mvdir.c:107
- msgid "starting directory"
- msgstr ""
-
- #: src/du.c:479
- #, c-format
- msgid "%ld\ttotal\n"
- msgstr ""
-
- #: src/du.c:549
- #, c-format
- msgid "cannot change to directory %s"
- msgstr ""
-
- #: src/du.c:568 src/du.c:600
- #, c-format
- msgid "cannot change to `..' from directory %s"
- msgstr ""
-
- #: src/install.c:253
- msgid "the strip option may not be used when installing a directory"
- msgstr ""
-
- #: src/install.c:268 src/mkdir.c:141
- #, c-format
- msgid "invalid mode `%s'"
- msgstr ""
-
- #: src/install.c:371 src/install.c:378
- #, c-format
- msgid "`%s' is not a regular file"
- msgstr ""
-
- #: src/install.c:519
- msgid "cannot fork"
- msgstr ""
-
- #: src/install.c:523
- msgid "cannot run strip"
- msgstr ""
-
- #: src/install.c:549
- #, c-format
- msgid "invalid user `%s'"
- msgstr ""
-
- #: src/install.c:567
- #, c-format
- msgid "invalid group `%s'"
- msgstr ""
-
- #: src/install.c:586
- #, c-format
- msgid ""
- "Usage: %s [OPTION]... SOURCE DEST (1st format)\n"
- " or: %s [OPTION]... SOURCE... DIRECTORY (2nd format)\n"
- " or: %s -d [OPTION]... DIRECTORY... (3rd format)\n"
- msgstr ""
-
- #: src/install.c:592
- msgid ""
- "In first two formats, copy SOURCE to DEST or multiple SOURCE(s) to\n"
- "DIRECTORY, while setting permission modes and owner/group. In third\n"
- "format, make all components of the given DIRECTORY(ies).\n"
- "\n"
- " -c (ignored)\n"
- " -d, --directory create [leading] directories, mandatory for 3rd "
- "format\n"
- " -g, --group=GROUP set group ownership, instead of process' current "
- "group\n"
- " -m, --mode=MODE set permission mode (as in chmod), instead of "
- "rw-r--r--\n"
- " -o, --owner=OWNER set ownership (super-user only)\n"
- " -s, --strip strip symbol tables, only for 1st and 2nd formats\n"
- " -b, --backup make backup before removal\n"
- " -S, --suffix=SUFFIX override the usual backup suffix\n"
- " -V, --version-control=WORD override the usual version control\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- "\n"
- msgstr ""
-
- #: src/ln.c:180
- #, c-format
- msgid "%s: hard link not allowed for directory"
- msgstr ""
-
- #: src/ln.c:245 src/mv.c:257
- #, c-format
- msgid "%s: cannot overwrite directory"
- msgstr ""
-
- #: src/ln.c:250 src/mv.c:276
- #, c-format
- msgid "%s: replace `%s'? "
- msgstr ""
-
- #: src/ln.c:256
- #, c-format
- msgid "%s: File exists"
- msgstr ""
-
- #: src/ln.c:281 src/mv.c:147 src/mv.c:328
- #, c-format
- msgid "cannot remove `%s'"
- msgstr ""
-
- #: src/ln.c:292
- #, c-format
- msgid "create %s %s to %s\n"
- msgstr ""
-
- #: src/ln.c:300
- #, c-format
- msgid "cannot create %s `%s' to `%s'"
- msgstr ""
-
- #: src/ln.c:319
- #, c-format
- msgid ""
- "Usage: %s [OPTION]... SOURCE [DEST]\n"
- " or: %s [OPTION]... SOURCE... DIRECTORY\n"
- msgstr ""
-
- #: src/ln.c:324
- msgid ""
- "Link SOURCE to DEST (. by default), or multiple SOURCE(s) to DIRECTORY.\n"
- "Makes hard links by default, symbolic links with -s.\n"
- "\n"
- " -b, --backup make backups for removed files\n"
- " -d, -F, --directory hard link directories (super-user only)\n"
- " -f, --force remove existing destinations\n"
- " -n, --no-dereference treat destination that is a symlink to a\n"
- " directory as if it were a normal file\n"
- " -i, --interactive prompt whether to remove destinations\n"
- " -s, --symbolic make symbolic links instead of hard links\n"
- " -v, --verbose print name of each file before linking\n"
- " -S, --suffix=SUFFIX override the usual backup suffix\n"
- " -V, --version-control=WORD override the usual version control\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- "\n"
- msgstr ""
-
- #: src/ln.c:435 src/mv.c:478
- msgid "missing file argument"
- msgstr ""
-
- #: src/ln.c:482
- msgid "when making multiple links, last argument must be a directory"
- msgstr ""
-
- #: src/ls.c:822
- #, c-format
- msgid "ignoring invalid width in environment variable COLUMNS: %s"
- msgstr ""
-
- #: src/ls.c:849
- #, c-format
- msgid "ignoring invalid tab size in environment variable TABSIZE: %s"
- msgstr ""
-
- #: src/ls.c:951
- #, c-format
- msgid "invalid line width: %s"
- msgstr ""
-
- #: src/ls.c:1014
- #, c-format
- msgid "invalid tab size: %s"
- msgstr ""
-
- #: src/ls.c:1034
- msgid "sort type"
- msgstr ""
-
- #: src/ls.c:1044
- msgid "time type"
- msgstr ""
-
- #: src/ls.c:1054
- msgid "format type"
- msgstr ""
-
- #: src/ls.c:1066
- msgid "colorization criterion"
- msgstr ""
-
- #: src/ls.c:1393
- #, c-format
- msgid "unrecognized prefix: %s"
- msgstr ""
-
- #: src/ls.c:1415
- msgid "unparsable value for LS_COLORS environment variable"
- msgstr ""
-
- #: src/ls.c:2688
- msgid ""
- "List information about the FILEs (the current directory by default).\n"
- "Sort entries alphabetically if none of -cftuSUX nor --sort.\n"
- "\n"
- " -A, --almost-all do not list implied . and ..\n"
- " -a, --all do not hide entries starting with .\n"
- " -B, --ignore-backups do not list implied entries ending with ~\n"
- " -b, --escape print octal escapes for nongraphic characters\n"
- " -C list entries by columns\n"
- " -c sort by change time; with -l: show ctime\n"
- " --color[=WHEN] control whether color is used to distinguish "
- "file\n"
- " types. WHEN may be `never', `always', or "
- "`auto'\n"
- " -D, --dired generate output designed for Emacs' dired mode\n"
- " -d, --directory list directory entries instead of contents\n"
- " -F, --classify append a character for typing each entry\n"
- " -f do not sort, enable -aU, disable -lst\n"
- " --format=WORD across -x, commas -m, horizontal -x, long -l,\n"
- " single-column -1, verbose -l, vertical -C\n"
- " --full-time list both full date and full time\n"
- msgstr ""
-
- #: src/ls.c:2708
- msgid ""
- " -G, --no-group inhibit display of group information\n"
- " -g (ignored)\n"
- " -I, --ignore=PATTERN do not list implied entries matching shell "
- "PATTERN\n"
- " -i, --inode print index number of each file\n"
- " -k, --kilobytes use 1024 blocks, not 512 despite "
- "POSIXLY_CORRECT\n"
- " -L, --dereference list entries pointed to by symbolic links\n"
- " -l use a long listing format\n"
- " -m fill width with a comma separated list of "
- "entries\n"
- " -N, --literal print raw entry names (don't treat e.g. "
- "control\n"
- " characters specially)\n"
- " -n, --numeric-uid-gid list numeric UIDs and GIDs instead of names\n"
- " -o use long listing format without group info\n"
- " -p append a character for typing each entry\n"
- " -Q, --quote-name enclose entry names in double quotes\n"
- " -q, --hide-control-chars print ? instead of non graphic characters\n"
- " -R, --recursive list subdirectories recursively\n"
- " -r, --reverse reverse order while sorting\n"
- " -S sort by file size\n"
- msgstr ""
-
- #: src/ls.c:2728
- msgid ""
- " -s, --size print block size of each file\n"
- " --sort=WORD ctime -c, extension -X, none -U, size -S,\n"
- " status -c, time -t\n"
- " --time=WORD atime -u, access -u, use -u\n"
- " -T, --tabsize=COLS assume tab stops at each COLS instead of 8\n"
- " -t sort by modification time; with -l: show mtime\n"
- " -U do not sort; list entries in directory order\n"
- " -u sort by last access time; with -l: show atime\n"
- " -w, --width=COLS assume screen width instead of current value\n"
- " -x list entries by lines instead of by columns\n"
- " -X sort alphabetically by entry extension\n"
- " -1 list one file per line\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- "\n"
- "By default, color is not used to distinguish types of files. That is\n"
- "equivalent to using --color=none. Using the --color option without the\n"
- "optional WHEN argument is equivalent to using --color=always. With\n"
- "--color=auto, color codes are output only if standard output is connected\n"
- "to a terminal (tty).\n"
- msgstr ""
-
- #: src/mkdir.c:70
- #, c-format
- msgid "Usage: %s [OPTION] DIRECTORY...\n"
- msgstr ""
-
- #: src/mkdir.c:71
- msgid ""
- "Create the DIRECTORY(ies), if they do not already exist.\n"
- "\n"
- " -p, --parents no error if existing, make parent directories as needed\n"
- " -m, --mode=MODE set permission mode (as in chmod), not rwxrwxrwx - "
- "umask\n"
- " --verbose print a message for each created directory\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- msgstr ""
-
- #. --verbose
- #: src/mkdir.c:113
- #, c-format
- msgid "created directory `%s'"
- msgstr ""
-
- #: src/mkfifo.c:60
- #, c-format
- msgid "Usage: %s [OPTION] NAME...\n"
- msgstr ""
-
- #: src/mkfifo.c:61
- msgid ""
- "Create named pipes (FIFOs) with the given NAMEs.\n"
- "\n"
- " -m, --mode=MODE set permission mode (as in chmod), not 0666 - umask\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- msgstr ""
-
- #. `pipe'
- #: src/mkfifo.c:89 src/mknod.c:211
- msgid "fifo files not supported"
- msgstr ""
-
- #: src/mkfifo.c:135
- #, c-format
- msgid "cannot make fifo `%s'"
- msgstr ""
-
- #: src/mknod.c:65
- #, c-format
- msgid "Usage: %s [OPTION]... NAME TYPE [MAJOR MINOR]\n"
- msgstr ""
-
- #: src/mknod.c:66
- msgid ""
- "Create the special file NAME of the given TYPE.\n"
- "\n"
- " -m, --mode=MODE set permission mode (as in chmod), not 0666 - umask\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- "\n"
- "MAJOR MINOR are forbidden for TYPE p, mandatory otherwise. TYPE may be:\n"
- "\n"
- " b create a block (buffered) special file\n"
- " c, u create a character (unbuffered) special file\n"
- " p create a FIFO\n"
- msgstr ""
-
- #: src/mknod.c:142
- msgid "wrong number of arguments"
- msgstr ""
-
- #. `block' or `buffered'
- #: src/mknod.c:154
- msgid "block special files not supported"
- msgstr ""
-
- #: src/mknod.c:158
- msgid ""
- "when creating block special files, major and minor device\n"
- "numbers must be specified"
- msgstr ""
-
- #: src/mknod.c:166 src/mknod.c:195
- #, c-format
- msgid "invalid major device number `%s'"
- msgstr ""
-
- #: src/mknod.c:170 src/mknod.c:199
- #, c-format
- msgid "invalid minor device number `%s'"
- msgstr ""
-
- #. `character'
- #. `unbuffered'
- #: src/mknod.c:183
- msgid "character special files not supported"
- msgstr ""
-
- #: src/mknod.c:187
- msgid ""
- "when creating character special files, major and minor device\n"
- "numbers must be specified"
- msgstr ""
-
- #: src/mknod.c:215
- msgid "major and minor device numbers may not be specified for fifo files"
- msgstr ""
-
- #: src/mv.c:140
- #, c-format
- msgid "cannot move `%s' across filesystems: Not a regular file"
- msgstr ""
-
- #: src/mv.c:268
- #, c-format
- msgid "%s: replace `%s', overriding mode %04o? "
- msgstr ""
-
- #: src/mv.c:317
- #, c-format
- msgid "cannot move `%s' to `%s'"
- msgstr ""
-
- #: src/mv.c:383
- msgid ""
- "Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.\n"
- "\n"
- " -b, --backup make backup before removal\n"
- " -f, --force remove existing destinations, never prompt\n"
- " -i, --interactive prompt before overwrite\n"
- " -u, --update move only older or brand new files\n"
- " -v, --verbose explain what is being done\n"
- " -S, --suffix=SUFFIX override the usual backup suffix\n"
- " -V, --version-control=WORD override the usual version control\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- "\n"
- msgstr ""
-
- #: src/mv.c:489
- msgid "when moving multiple files, last argument must be a directory"
- msgstr ""
-
- #: src/mvdir.c:81
- #, c-format
- msgid "Usage: %s [OPTION]... EXISTING_DIR NEW_DIR\n"
- msgstr ""
-
- #: src/mvdir.c:82
- msgid ""
- "Rename EXISTING_DIR to NEW_DIR.\n"
- "\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- msgstr ""
-
- #: src/mvdir.c:105
- msgid "cannot get current directory"
- msgstr ""
-
- #: src/mvdir.c:165
- msgid "cannot rename `.' or `..'"
- msgstr ""
-
- #: src/mvdir.c:175
- #, c-format
- msgid "`%s' is not a directory"
- msgstr ""
-
- #: src/mvdir.c:177 src/mvdir.c:179
- #, c-format
- msgid "cannot write to `%s'"
- msgstr ""
-
- #: src/mvdir.c:198
- #, c-format
- msgid "`%s' is an ancestor of `%s'"
- msgstr ""
-
- #: src/mvdir.c:213 src/mvdir.c:234
- #, c-format
- msgid "cannot link `%s' to `%s'"
- msgstr ""
-
- #: src/mvdir.c:215 src/mvdir.c:232
- #, c-format
- msgid "cannot unlink `%s'"
- msgstr ""
-
- #: src/rm.c:213
- msgid "cannot remove `.' or `..'"
- msgstr ""
-
- #: src/rm.c:250
- #, c-format
- msgid "%s: remove %s`%s', overriding mode %04o? "
- msgstr ""
-
- #: src/rm.c:252 src/rm.c:261
- msgid "directory "
- msgstr ""
-
- #: src/rm.c:260
- #, c-format
- msgid "%s: remove %s`%s'? "
- msgstr ""
-
- #: src/rm.c:290
- #, c-format
- msgid "%s: is a directory"
- msgstr ""
-
- #: src/rm.c:298
- #, c-format
- msgid "%s: descend directory `%s', overriding mode %04o? "
- msgstr ""
-
- #: src/rm.c:306
- #, c-format
- msgid "%s: descend directory `%s'? "
- msgstr ""
-
- #: src/rm.c:320
- #, c-format
- msgid "%s: remove directory `%s' (might be nonempty)? "
- msgstr ""
-
- #: src/rm.c:323
- #, c-format
- msgid "%s: remove directory `%s'? "
- msgstr ""
-
- #: src/rm.c:498
- #, c-format
- msgid ""
- "%s: WARNING: Circular directory structure.\n"
- "This almost certainly means that you have a corrupted file system.\n"
- "NOTIFY YOUR SYSTEM MANAGER.\n"
- "Cycle detected:\n"
- "%s\n"
- "is the same file as\n"
- msgstr ""
-
- #: src/rm.c:510
- #, c-format
- msgid "%s: continue? "
- msgstr ""
-
- #: src/rm.c:531 src/touch.c:248
- #, c-format
- msgid "Usage: %s [OPTION]... FILE...\n"
- msgstr ""
-
- #: src/rm.c:532
- msgid ""
- "Remove (unlink) the FILE(s).\n"
- "\n"
- " -d, --directory unlink directory, even if non-empty (super-user "
- "only)\n"
- " -f, --force ignore nonexistent files, never prompt\n"
- " -i, --interactive prompt before any removal\n"
- " -v, --verbose explain what is being done\n"
- " -r, -R, --recursive remove the contents of directories recursively\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- msgstr ""
-
- #: src/rmdir.c:86
- #, c-format
- msgid "Usage: %s [OPTION]... DIRECTORY...\n"
- msgstr ""
-
- #: src/rmdir.c:87
- msgid ""
- "Remove the DIRECTORY(ies), if they are empty.\n"
- "\n"
- " -p, --parents remove explicit parent directories if being emptied\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- msgstr ""
-
- #: src/sync.c:39
- #, c-format
- msgid "Usage: %s [OPTION]\n"
- msgstr ""
-
- #: src/sync.c:40
- msgid ""
- "Force changed blocks to disk, update the super block.\n"
- "\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- msgstr ""
-
- #: src/sync.c:61
- msgid "ignoring all arguments"
- msgstr ""
-
- #: src/touch.c:249
- msgid ""
- "Update the access and modification times of each FILE to the current time.\n"
- "\n"
- " -a change only the access time\n"
- " -c do not create any files\n"
- " -d, --date=STRING parse STRING and use it instead of current time\n"
- " -f (ignored)\n"
- " -m change only the modification time\n"
- " -r, --reference=FILE use this file's times instead of current time\n"
- " -t STAMP use MMDDhhmm[[CC]YY][.ss] instead of current time\n"
- " --time=WORD access -a, atime -a, mtime -m, modify -m, use -a\n"
- " --help display this help and exit\n"
- " --version output version information and exit\n"
- "\n"
- "STAMP may be used without -t if none of -drt, nor --, are used.\n"
- msgstr ""
-
- #: src/touch.c:303 src/touch.c:323
- #, c-format
- msgid "invalid date format `%s'"
- msgstr ""
-
- #: src/touch.c:331
- msgid "time selector"
- msgstr ""
-
- #: src/touch.c:357
- msgid "cannot specify times from more than one source"
- msgstr ""
-
- #: src/touch.c:387
- msgid "file arguments missing"
- msgstr ""
-